Categories

Versions

Read SFTP (Operator Toolbox)

Synopsis

This operator downloads a file from a SFTP Server.

Description

To upload a local file to a SFTP server, a SFTP connection to this server has to be defined. Connection can be defined by using Connections->Create Connection on the top panel.

The file to download is specified by the remote file directory and the remote file name parameters. Note, the remote root directory is represented by '//'. The file is written to disk at the location specified by the file location parameter.

Input

  • con (Connection)

    The connection object specifiying the SFTP connection.

Output

  • con (Connection)

    The passed through connection object.

  • fil (File)

    The downloaded file. This can be used in combination with operators like Read CSV or Read Excel.

Parameters

  • remote_directory The remote directory on the SFTP server from which the file is downloaded. Note, the remote root directory is represented by '//'. Range:
  • remote_filename The name of the file on the SFTP server to be downloaded. Range:

Tutorial Processes